max length | sentence |
---|---|
9 | ダービースタリオン -Switch(Amazon) |
6 | ブラックフライデー&サイバーマンデー(Amazon) |
6 | SwitchBot スイッチボットカーテン(Amazon) |
5 | Prime Videoウォッチパーティ(Amazon) |
3 | 次世代ポータブルチェア「Samicon」 |
3 | ピクシー(あまえる / ムーンフォース / コメットパンチ) |
3 | マジックトラックパッドカバー「Nums(ナムス)」。 |
3 | RobotVacuum Laser +mop(ロボットバキューム レイサー+モップ) |
3 | コンナ オイシソウニ ヤケタコトナイヨ。 |
2 | 最後までご覧いただきありがとうございます。 |
2 | 最後までご覧いただき、ありがとうございます。 |
2 | コナミから『PCエンジン ミニ』発売決定。 |
2 | あすからイルミナイト 胆沢文化創造センター【奥州】 |
2 | 言わば"反応位置調整機能"です。 |
2 | 健康観察、消毒、換気など感染… |
2 | バッグ、財布、ポーチ、ポーチなど、 |
2 | 乙女ゲーあるある(Google Play) |
2 | アップルARメガネ、ジョブズ限定バージョンあり? |
2 | :アリ(『ニューイヤーHAPPY BAG』として) |
2 | おいおい、ほっともっとさん … |
2 | プレーパーク 元気いっぱい楽しむ【宇部】 |
2 | ソロプチ宇部 タンゴ慈善ディナーショー中止【宇部】 |
2 | ポケモンGO「リモートレイド」発表。 |
2 | デジカメ望遠鏡「PowerShot ZOOM」発表。 |
2 | セガ「アストロシティミニ」正式発表。 |
2 | またオンラインショップ(http://ys-coffee. |
2 | DHC公式サイト「ヤケクソくじについて」 |
2 | フィルター不要、グラインド・保温機能付き。 |
2 | MacBook Pro(2018Late上位モデル、13インチ)36. |
2 | 左:手振れ修正チップ搭載製品。 |
In this subsection, we order the sentences by the length of the shortest word an look for the sentences with the largest values. As explained in subsection 4.5.2.3, we expect to find non-typical sentences.
select min(char_length(word)) as a, s.sentence from sentences s, inv_w i, words w where s.s_id=i.s_id and i.w_id=w.w_id and length(sentence)>40 and i.w_id>100 group by s.s_id order by a desc limit 30;
4.5.2.1 Maximum word rank in sentence
4.5.2.2 Average word rank in sentence
4.5.2.3 Sentences consisting of many low frequency words I
4.5.2.4 Sentences consisting of many low frequency words II
4.5.2.5 Sentences consisting of short words only I
4.5.2.6 Sentences consisting of short words only II
4.5.2.8 Sentences consisting of long words only II